
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, dd, dl, dt, li, ol, ul, input, select, button, textarea {
    padding: 0;
    margin: 0;
    border: none;
}

input, button, select, textarea, a, img {
    outline: none;
}

/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
::-moz-focus-inner {
    border: 0;
}
::-ms-clear,::-ms-reveal{
    display: none;
}
/*火狐的私有属性去掉点击时边框*/
body {
    font-size: 14px;
    color: #444;
    width: 100%;
    font-family: "Microsoft YaHei", "Arial","SimSun";
    min-width: 1200px;
    min-height: 624px;
    background-repeat: no-repeat;
    background-position: top center;
}
.wrap{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
html {
    width: 100%;
    height: 100%;
}

a img {
    border: none;
}

ul, ul li, ol li, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea {
    border: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

img {
    vertical-align: top;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.tc{
    text-align: center;
}
.tr{
    text-align: right;
}

.none {
    display: none;
}

.nrp {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

i {
    font-style: normal;
}
.mt-50{
    margin-top: 50px;
}
.hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.toolbar{
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    background: #333333;
}
.toolbar,.toolbar a{
    color: #fff;
}
.toolbar #weather{
    position: relative;
    top: 10px;
    /*display: block;*/
    max-width: 16px;
    margin: 0 5px 0 10px;
}
.toolbar .zl-tq{
    color: #17bbec;
}
.toolbar .person-box{
    cursor: pointer;
    margin-right: 20px;
}
.header {
    position: relative;
}
.header .logo{
    margin: 53px 0 0 0;
}
.header .search-box{
    position: relative;
    top: 65px;
    width: 480px;
    height: 48px;
    background: #fff;
    border-radius: 6px;
}
.header .header-txt{
    position: absolute;
    right: 0;
    bottom: -160px;
}
.search-box>input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 48px;
    color: #757575;
    line-height: 49px;
    width: 410px;
    text-indent: 15px;
    border-radius: 6px;
}
.search-box .search-btn{
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 3;
    width: 60px;
    height: 44px;
    background: url("../images/icon.png") 0 -1px no-repeat;
    cursor: pointer;
}
.search-box .search-btn:hover{
    background: url("../images/icon.png") 0 -58px no-repeat;
}
.search-box .search-btn img{
    margin-top: 8px;
}
.container{
    width: 1176px;
    min-height: 500px;
    padding: 12px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #f2f2f2;
}
.nav{
    position: relative;
    width: 1200px;
    height: 81px;
    background: url("../images/nav-bg.png");
    margin: 95px auto 30px auto;
}
.nav .login,.nav .no-login{
    display: none;
}
.nav>ul>li{
    position: relative;
    height: 83px;
    line-height: 80px;
    text-align: center;
    float: left;
    width: 20%;
}
.nav>ul>li>.item{
    display: block;
    width: 113px;
    height: 64px;
    font-size: 18px;
    color: #fff;
}
.nav>.no-login>li>.item{
    width: 133px !important;
}

.nav>ul>li:hover>a,.nav>ul>li.curr a{
    background: url("../images/nav-li-hover.png") 0 15px no-repeat;
}
.nav>ul>li:hover .child-menu,.nav>ul>li.curr{
    display: block;
}
.nav li:nth-child(9) .child-menu,.nav li:nth-child(10) .child-menu{
    right: 0 !important;
    left: auto !important;
}
.nav li:nth-child(2) .child-menu{
    width: 780px !important;
    padding-left: 75px;
}
.nav li .child-menu{
    position: absolute;
    bottom: -42px;
    left: 0;
    height: 42px;
    padding: 0 20px 0 50px;
    background: url("../images/nav-li-bg.png") repeat-x;
    background-size: 100% 100%;
    display: none;
}
.nav li .child-menu>dd{
    float: left;
    height: 12px;
    margin-top: 15px;
    /*line-height: 42px;*/
    border-right: 1px solid #fff;
}
.nav li .child-menu>dd a{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 13px;
    padding-bottom: 2px;
    margin: 0 10px;
    width: auto;
}
.nav li:last-child .child-menu{
    width: 240px !important;
}
.nav li .child-menu>dd:last-child{
    border: none;
}
.nav li .child-menu>dd a:hover{
    border-bottom: 1px solid #fff;
}
.footer{
    width: 100%;
    min-width: 1200px;
    padding: 15px 0 60px 0;
}
.footer,.footer a{
    line-height: 20px;
    font-size: 12px;
    color: #999;
}
.footer a:hover{
    color:#666;
}

.yqlj{
    width: 1200px;
    height: 140px;
    /*border-top: 1px solid #dbdbdb;*/
    border-bottom: 1px solid #e6e6e6;
    /*padding-top: 30px;*/
    margin:  20px auto;
}
.yqlj .yqlj-top li{
    float: left;
    width: 156px;
    height: 50px;
    overflow: hidden;
    margin-right: 15px;
    border: 1px solid #ccc;
}
.yqlj .yqlj-top li:last-child{
    margin-right: 0;
}
.yqlj .yqlj-top li img{
    width: 100%;
    display: block;
}
/*友情链接*/
.correlation{
    margin-top:20px;
}
.correlation .list {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #e6e6e6 !important;
    z-index: 1223;
    float: left;
    width: 221px;
    height: 40px;
    margin-right: 20px;
    border-radius: 3px;
    cursor: pointer;
}
.correlation .list:last-child {
    margin-right: 0;
}
.correlation ul {
    position: absolute;
    left: 0;
    bottom: 41px;
    z-index: 9;
    min-width: 220px;
    max-height: 350px;
    background: #fff;
    border: 1px solid #b9b9b9;
}
.overHidden{
    overflow-y: scroll !important;
}
.correlation ul li a {
    display: block;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    clear: both;
    font-weight: normal;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}
.correlation .list p{
    font-size: 13px;
    color: #666;
    line-height:35px;
    text-align: center;
}
.correlation .list p span {
    font-weight: bold;
}
.correlation .list p>.icon-down {
    display: inline-block;
    width: 11px;
    height: 12px;
    background: url(../images/icon.png) -84px -128px;
    margin-left: 15px;
}
.correlation .list ul li:hover a {
    color: #fff !important;
    background: #1d94ea;
}

.cloumn-content{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}
.cloumn-content,.cloumn-content a{
    color: #666;
}
.cloumn-content img{
    margin-right: 5px;
}
.menu li{
    width: 238px;
    height: 50px;
    border: 1px solid #ccc;
    background: #f0f3f5;
    line-height: 50px;
    /*padding-left: 40px;*/
    margin-top: 8px;
}
.menu li a{
    height:52px;
    font-size: 16px;
    color: #333;
    display: block;
    padding: 0 50px 0 40px;
    background: url("../images/icon.png") 195px -455px no-repeat;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.menu li:hover,.menu li.on{
    width: 247px;
    height: 52px;
    border: none;
    background: none;
}
.menu li:hover a,.menu li.on a{
    color: #fff;
    background: url("../images/menu-hover.png");
}
.menu li .icon-more{

}
.clum-title{
    width: 865px;
    font-size: 20px;
    color: #fb7c63;
    font-weight: bold;
    border-bottom: 1px solid #fb7c63;
    padding-bottom: 5px;
    padding-left: 34px;
    line-height: 45px;
    background: url(../images/icon.png) -67px -207px no-repeat;
 }
/*翻页*/

.page .page-up {
    width: 68px;
}

.page .first-page {
    width: 56px;
}

.page .page-down {
    width: 68px;
}

.page .last-page {
    width: 56px;
}
.page {
    padding: 20px 0;
    font-size: 0;
    text-align: center;
}

.page > a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    margin: 0 5px;
    font: normal 14px/29px "Arial";
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.page > .first_page, .page > .last_page {
    width: 68px;
    font-family: "Microsoft YaHei";
}

.page > .page_down, .page > .page_up {
    width: 78px;
    font-family: "Microsoft YaHei";
}

.page > .curr, .page > a:hover {
    color: #fff;
    background-color: #fb7c63;
    border-color: #fb7c63;
}

.page > a.no_interact {
    font-weight: bold;
    cursor: auto;
}

.page > a.no_interact:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}

/*登录*/
.box-login, .box-choose{
    position: fixed;
    top: 50%;
    left: 50%;
    /*margin: -10% 0 0 -192px;*/
    margin: -10% 0 0 -192px;
    /* width: 384px;
    height: 478px; */
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
}

.box-login .login-content {
	width: 500px;
	height: 490px;
	background: url(../images/login-bg.png) no-repeat;
	text-align: center;
}
.box-login .login-content .title {
	font-weight: bold;
	font-size: 30px;
	line-height: 80px;
	color: #333;
}
.box-login .login-content .form {
	width: 380px;
	height: 348px;
	background: #fff;
	border-radius: 20px;
	margin-left: 30px;
	padding: 10px 30px;
} 
.box-login .login-content .form .name {
	font-size: 16px;
	color: #333;
	text-align: left;
	margin: 20px 0;
}
.box-login .login-content .form .tips {
	font-size: 16px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.box-login .login-content .form .tips span:first-child {
	margin-right: 30px;
	color: #0086df;
	cursor: pointer;
}
.box-login .login-content .form .tips span a {
	color: #0086df;
	cursor: pointer;
}
.box-login .login-content .form .btn {
	width: 100%;
	line-height: 26px;
	font-size: 20px;
}

.box-login .login-content.reg {
	width: 500px;
	height: 570px;
	background: url(../images/login-bg1.png) no-repeat;
	text-align: center;
}
.box-login .login-content.reg .form {
	height: 430px;
	
}
.box-choose .login-content {
	width: 500px;
	height: 490px;
	background: url(../images/login-bg.png) no-repeat;
	text-align: center;
}
.box-choose .login-content.choose .titles{
	font-weight: bold;
	font-size: 30px;
	color: #333;
	padding: 100px 0 45px 0;
}
.box-choose .login-content.choose .li {
	width: 400px;
	height: 82px;
	line-height: 82px;
	background: #f4f3ff;
	color: #666;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 24px;
	border-radius: 10px;
	margin-left: 50px;
}
.box-login .login-content.pwd {
	width: 500px;
	height: 460px;
	background: url(../images/login-bg2.png) no-repeat;
	text-align: center;
}
.box-login .login-content.pwd .form {
	height: 318px;
}
.box-login .login-content.pwd .item {
	position: relative;
}
.box-login .login-content.pwd .item .getcode {
	position: absolute;
	top: 52px;
	right: 10px;
	font-size: 14px;
	color: #15aef1;
	cursor: pointer;
}
.box-login .login-content.pwd .btn {
	margin-top: 32px;
}

.box-login .err-msg i{
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #ff4949;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
    overflow: hidden;
}
.box-login .err-msg{
    position: absolute;
    top: 84px;
    left: 50px;
    z-index: 999;
    display: none;
    color: #ff4949;
}
.box-login .box-inputL {
    margin-top: 18px;
}
.box-login .login_input01 {
    background: url(../images/userName.png) no-repeat 10px center;
}
.box-login .login_input02 {
    background: url(../images/password.png) no-repeat 10px center;
}
.box-login .login_input03 {
    background: url(../images/icon-code.png) no-repeat 10px center;
}
.box-login .login_input {
    display: inline-block;
    height: 40px;
    width: 252px;
    padding-left: 35px;
    font: normal 14px/40px "Microsoft YaHei";
    color: #333;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}
.box-login .login_input:focus{
    border: 1px solid #0086df;
}
.box-login .code_login {
    width: 143px;
    height: 39px;
    padding-left: 35px;
    line-height: 42px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
.box-login .login-btn{
    width: 290px;
    height: 42px;
    color: #fff;
    line-height: 42px;
    background: #ff8e78;
    border-radius: 4px;
    cursor: pointer;
}
.box-login .box-inputT{
    width: 289px;
    margin: 10px auto;
}
.box-login .box_logincode img{
    width: 98px;
    height: 40px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
}
.box-login .login-logo{
    margin: 60px auto 25px auto;
}
.box-login .login-wrap{
    position: relative;
}
.box-login .icon-close{
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/icon.png") -154px -403px  no-repeat;
    cursor: pointer;
}
.box-login .icon-close:hover{
    background: url("../images/icon.png") -154px -436px  no-repeat;
}
.mess-mask{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    /*display: none;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity:0.4; filter: alpha(opacity=40); background-color: #000;
}
.box-login,.mess-mask, .box-choose{
    display: none;
}
/*回到顶部*/
#goTop{
    position: fixed;
    bottom:12%;
    right: 7%;
    z-index:999;
    width: 42px;
    height:42px;
    background: url("../images/icon.png") -71px -347px  no-repeat;
    cursor: pointer;
}
#goTop:hover{
    background-position: -71px -398px;
}